______               _                
| ___ \             | |               
| |_/ /___  __ _  __| |_ __ ___   ___ 
|    // _ \/ _` |/ _` | '_ ` _ \ / _ \
| |\ \  __/ (_| | (_| | | | | | |  __/
\_| \_\___|\__,_|\__,_|_| |_| |_|\___|

Sound-Based Move Editor
Version 1.00
By FinalZero
November 27th, 2009

// About
//---------------------------------------------------------------------------

This program edits which moves are sound-based moves of a generation III Pokmon game. Sound-based moves are blocked by the abilities soundproof and cacophony.

English and French language games are supported. If you would like for support of generation III games in another language to be added, or the program's interface to be in another language, send me a PM or an email and I'll then work with you to add the language support desired.

// Operation
//---------------------------------------------------------------------------

Change - This button changes the entry selected to what is chosen in the drop down box.
Insert - This button inserts an entry of what is selected in the drop down box. The final entry of the list will then be deleted because the length of the list must stay the same size. I'm still researching whether it's possible to repoint the list.
Delete Entry - This button deletes the entry selected. Again, since I don't know if it's possible to change the size of the list, it moves all entries below the selected one up, and then changes the last one to "????????". Such a procedure achieves the same effect.

// Errors
//---------------------------------------------------------------------------

You may get an error about .dll files missing. Four .dll files that are needed for this program to run, but they aren't included with Windows by default. These files can be downloaded from my website and then placed in the C:\WINDOWS\system32 directory. The files needed are:
1) vcl100.bpl
2) rtl100.bpl
3) borlndmm.dll
4) cc3280mt.dll

// Contact
//---------------------------------------------------------------------------

New versions of this program (and old ones too) can be found at http://jc.tech-galaxy.com/.

I may be contacted at FinalZero_17@hotmail.com with any questions and/or concerns regarding this program and/or any related material.

// Version Log
//---------------------------------------------------------------------------

Version 1.00 - November 27th, 2009
-------------------------------
- Support for all English language generation III games is present.
